home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 1 / DISK0217.ZIP / DUMPSCRN.DOC < prev    next >
Text File  |  1984-06-23  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                        DUMPSCRN
  10.  
  11.                     BLOADable High-Resolution Graphics Screen Dump
  12.  
  13.  
  14.                This program by Chris Lindell is taken from Softalk Maga-
  15.           zine.[1]  The article contained a BASIC program to create the
  16.           machine language program from data lines.  To do the job, what
  17.           you need is the machine language file, DUMPSCRN.BAS.[2]  To use
  18.           it, you BLOAD DUMPSCRN.BAS into a BASIC program and run it from
  19.           there.
  20.  
  21.                To show you how to do this, look at DUMPSCRN.MRG.  That's a
  22.           normal set of BASIC lines to BLOAD the machine code, create a
  23.           subroutine to run it, and set up a function key to GOSUB to it
  24.           from the keyboard.
  25.  
  26.                If you want to see the Assembly program for DUMPSCRN, you
  27.           can find it in the original article.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.           ----------
  54.  
  55.           1. Chris Lindell, "From Screen to Dump in Almost 60 Flat",
  56.           Softalk, July, 1983, pp. 51-53.
  57.  
  58.           2. Despite its extension, DUMPSCRN.BAS is a binary file of ma-
  59.           chine code, not a listable, runnable BASIC program.  That is why
  60.           you can only use it via BLOAD.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.